projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ed95e
)
(struct face): Use EMACS_UINT.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Sep 1994 00:28:39 +0000
(
00:28
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Sep 1994 00:28:39 +0000
(
00:28
+0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 1c73966f6c6a631d0ab6eab1d9de961f2227370b..8826ebdecc501acf254058bf59de4f6e3645039e 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-38,10
+38,10
@@
struct face
int cached_index;
/* Pixel value for foreground color. */
-
int
foreground;
+
EMACS_UINT
foreground;
/* Pixel value for background color. */
-
int
background;
+
EMACS_UINT
background;
/* Font used for this face. */
XFontStruct *font;